home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / Software / 00003_InstallTitle1.ls < prev    next >
Encoding:
Text File  |  2000-10-18  |  336 b   |  16 lines

  1. on mouseWithin
  2.   member("InstallTitle").foreColor = 70
  3.   cursor(280)
  4.   put "To install this software title to your hard drive, click here!" into member "Infofield"
  5. end
  6.  
  7. on mouseLeave
  8.   member("InstallTitle").foreColor = 255
  9.   put EMPTY into member "Infofield"
  10.   cursor(0)
  11. end
  12.  
  13. on mouseDown
  14.   gotoNetPage("http://www.microsoft.com")
  15. end
  16.